DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / AggregationView<TSource,TResult> Class
The type of the elements of the source view.
The type of the single element of the aggregation view.
Members

In This Topic
    AggregationView<TSource,TResult> Class
    In This Topic
    Represents a view having a single element calculated by aggregating a source view.
    Object Model
    AggregationView<TSource,TResult> Class
    Syntax
    'Declaration
     
    Public Class AggregationView
        (Of TSource,TResult) 
       Inherits View(Of TResult)
       Implements C1.LiveLinq.IObservableSource(Of TResult) 
    Type Parameters
    TSource
    The type of the elements of the source view.
    TResult
    The type of the single element of the aggregation view.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.LiveLinq.LiveViews.AggregationView<TSource,TResult>

    See Also